ServiceGetMessageFile Method (String, IListExtendedPropertyPath) |
Gets an item as Outlook .msg file.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Message GetMessageFile(
string itemId,
IList<ExtendedPropertyPath> customPropertyPaths
)
Public Function GetMessageFile (
itemId As String,
customPropertyPaths As IList(Of ExtendedPropertyPath)
) As Message
Parameters
- itemId
- Type: SystemString
The item identifier. - customPropertyPaths
- Type: System.Collections.GenericIListExtendedPropertyPath
The custom property paths.
Return Value
Type:
MessageIndependentsoft.Msg.Message.
See Also